body {
    color: #333;
    font-size: 14px;
    font-family: "Arial","å¾®è½¯é›…é»‘",Helvetica,"é»‘ä½“",Arial,Tahoma;
    margin: 0 auto;
    position: relative;
}

.img-hide {
    overflow: hidden;
}

    .img-hide img {
        transition: 0.5s all;
    }

    .img-hide:hover img {
        transform: scale(1.1,1.1);
    }

.txt-elise {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

li {
    list-style: none;
}

a {
    color: #333;
}

ul {
    padding: 0;
    margin: 0;
}

a:hover {
    text-decoration: none !important;
}

a:focus {
    text-decoration: none !important;
    outline: none !important;
}

button:focus, button:hover, input:focus {
    outline: none !important;
}

img {
    max-width: 100%;
}

.header {
    background: #fff;
    height: 90px;
    position: relative;
    z-index: 10000;
}

.logo {
    line-height: 90px;
}

.nav-list li {
    float: left;
    position: relative;
}

    .nav-list li a {
        font-size: 17px;
        color: #272727;
        line-height: 90px;
        display: block;
        padding: 0 30px;
    }

    .nav-list li:hover a {
        background: #20a03d;
        color: #fff;
    }

.container {
    width: 1230px;
}

.nav-down {
    position: absolute;
    display: none;
    left: 0;
    top: 100%;
    right: 0;
    background: #6ac479;
    padding: 0 14px;
}

    .nav-down li a {
        line-height: 38px;
        text-align: center;
        color: #fff;
        border-bottom: solid 1px #fff;
        background: none !important;
        padding: 0 !important;
        font-size: 14px;
    }

    .nav-down li {
        float: none;
    }

        .nav-down li:last-child a {
            border: none;
        }

.nav-list li:hover .nav-down {
    display: block;
}

.banner-box {
    position: relative;
    height: 460px;
    overflow: hidden;
}

.slick {
    position: absolute;
    left: 50%;
    margin-left: -960px;
    top: 0;
    width: 1920px;
}

    .slick img {
        width: 1920px;
        height: 460px;
    }

.banner-box .slick-dots {
    bottom: 40px;
}

    .banner-box .slick-dots li button {
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background: #fff;
        opacity: 0.5;
    }

        .banner-box .slick-dots li button:before {
            display: none;
        }

    .banner-box .slick-dots li.slick-active button {
        opacity: 1;
    }

.banner-box .slick-prev {
    left: 120px;
    width: 28px;
    height: 48px;
    background: url(../images/left.png) center no-repeat;
    text-indent: -9999px;
    margin-top: -24px;
}

.banner-box .slick-next {
    right: 120px;
    width: 28px;
    height: 48px;
    background: url(../images/right.png) center no-repeat;
    text-indent: -9999px;
    margin-top: -24px;
}

.title {
    font-size: 40px;
    color: #20a03d;
    margin-top: 90px;
}

.tt-sm {
    font-size: 20px;
    color: #595959;
    opacity: 0.51;
    margin-top: 15px;
    margin-bottom: 80px;
}

.yw-tt {
    font-size: 25px;
    color: #1b1b1b;
    position: relative;
}

    .yw-tt:before {
        display: block;
        content: "";
        margin-top: 5px;
        position: absolute;
        left: 50%;
        top: 100%;
        width: 30px;
        height: 3px;
        background: #20a03d;
        margin-left: -15px;
    }

.yw-p {
    font-size: 17px;
    color: #646464;
    height: 48px;
    overflow: hidden;
}

.row-border .col-xs-4 {
    height: 280px;
    border-right: solid 1px #999;
    padding: 0 95px;
}

.row-border {
    margin: 0 -95px;
}

.yw-icon {
    margin: 45px 0 30px 0;
    height: 109px;
}

.over-box {
    overflow: hidden;
}

.about-back {
    background: #f3f6f9;
    padding: 90px 0;
    margin-top: 90px;
}

    .about-back .title {
        margin-top: 0;
    }

.about-p {
    color: #838383;
    font-size: 20px;
    line-height: 44px;
}

.about-a {
    width: 190px;
    margin-top: 100px;
    height: 50px;
    background: #20a03d;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    display: block;
    border-radius: 30px;
}

    .about-a:hover {
        background: #19bf3e;
        color: #fff;
    }

.shop-list-tt {
    display: block;
    line-height: 56px;
    color: #2a2a2a;
    font-size: 20px;
}

.shop-list li {
    float: left;
    width: 33.333333%;
    padding: 0 10px;
    margin-bottom: 50px;
}

.shop-list {
    margin: 0 -10px;
}


.shop-list-tt:hover, .shop-list-box:hover .shop-list-tt {
    background: #20a03d;
    color: #fff;
}

.team-list li {
    float: left;
    width: 25%;
}

    .team-list li a {
        display: block;
        padding: 40px 0;
        font-size: 20px;
        color: #000;
    }

        .team-list li a img {
            width: 212px;
            height: 212px;
            border-radius: 50%;
            margin: 0 auto;
            margin-bottom: 25px;
            display: block;
        }

        .team-list li a:hover {
            background: #fff;
            box-shadow: 0 0 10px #ddd;
        }

.bottom {
    background: #2d2f39;
    padding-top: 40px;
}

.bottom-tt {
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
}

.bottom-list li {
    float: left;
    margin-bottom: 10px;
    width: 50%;
    padding-right: 10px;
}

    .bottom-list li a {
        color: #fff;
    }

.bottom-list-lg li {
    width: 100%;
    color: #fff;
}

.bottom-list li a:hover {
    color: #20a03d;
}

.ewm {
    float: right;
    color: #fff;
}

.footer {
    border-top: solid 2px #202128;
    padding: 15px 0;
    font-size: 15px;
    color: #909090;
    margin-top: 40px;
}

    .footer span {
        padding-left: 235px;
    }

.nav-click {
    display: none;
}

.menu-button {
    position: absolute;
    display: none;
    top: 18px;
    right: 15px;
    z-index: 1000;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}

    .menu-button .bar:nth-of-type(1) {
        margin-top: 0px;
    }

    .menu-button .bar:nth-of-type(3) {
        margin-bottom: 0px;
    }

.bar {
    position: relative;
    display: block;
    width: 24px;
    height: 2px;
    margin: 5px auto;
    background-color: #333;
    border-radius: 10px;
    -webkit-transition: .3s;
    transition: .3s;
}

.cross {
    margin-top: -8px;
}

    .cross .bar {
        margin: 13px auto;
    }

        .cross .bar:nth-of-type(1) {
            -webkit-transform: translateY(15px) rotate(-45deg);
            -ms-transform: translateY(15px) rotate(-45deg);
            transform: translateY(15px) rotate(-45deg);
        }

        .cross .bar:nth-of-type(2) {
            opacity: 0;
        }

        .cross .bar:nth-of-type(3) {
            -webkit-transform: translateY(-15px) rotate(45deg);
            -ms-transform: translateY(-15px) rotate(45deg);
            transform: translateY(-15px) rotate(45deg);
        }
/*****************åˆ—è¡¨é¡µ****************/
.list-banner {
    height: 290px;
    margin-bottom: 55px;
    font-weight: bold;
    background: url(../images/list-banner.png) center no-repeat;
    background-size: cover;
    font-size: 50px;
    color: #fff;
    line-height: 290px;
}

.list-left {
    width: 210px;
}

.list-left-tt {
    font-size: 30px;
    color: #20a03d;
    font-weight: bold;
    margin-bottom: 10px;
}

.list-left-nav li {
    margin-bottom: 5px;
}

    .list-left-nav li a {
        font-size: 17px;
        color: #2c2c2c;
        display: block;
        text-align: center;
        line-height: 46px;
        background: #d9d9d9;
    }

        .list-left-nav li.active a, .list-left-nav li a:hover {
            background: #20a03d;
            color: #fff;
        }

.right-box {
    width: 925px;
    border: solid 1px #d9d9d9;
}

.list-right-top {
    background: #20a03d;
    padding: 15px 15px 15px 60px;
}

.top-left {
    border-left: solid 5px #fff;
    line-height: 25px;
    padding-left: 10px;
    color: #fff;
    font-size: 18px;
}

.nav-b {
    line-height: 25px;
    font-size: 12px;
    color: #fff;
}

    .nav-b a {
        color: #fff;
    }

.list-right-bottom {
    padding: 60px;
}

.list-right-p p {
    margin: 0;
    line-height: 30px;
    text-align: justify;
}

.list-right-p {
    margin-bottom: 80px;
}

.shop-list-sm .shop-list-tt {
    font-size: 14px;
    color: #2a2a2a;
    line-height: 35px;
}

.shop-list-sm li {
    margin-bottom: 25px;
}

.shop-list-sm .shop-list-tt:hover, .shop-list-sm .shop-list-box:hover .shop-list-tt {
    background: none;
    color: #20a03d;
}

.conlistComm {
    width: 95%;
    margin-top: 0px;
    font-size: 14px;
    height: auto;
    min-height: 450px;
}

    .conlistComm dl {
        width: 95%;
        padding: 12px 0;
        border-bottom: #20a03d 1px dotted;
    }

        .conlistComm dl dt {
            line-height: 22px;
        }

            .conlistComm dl dt span {
                display: inline-block;
                /*width:70px;*/
                height: 22px;
                margin-right: 10px;
                text-align: center;
                background: #20a03d;
                /*color:#A29797;*/
            }

                .conlistComm dl dt span a {
                    color: #fff;
                }

            .conlistComm dl dt a {
                color: #22a941;
            }

                .conlistComm dl dt a:hover {
                    color: #8c1515;
                }

        .conlistComm dl dd {
            color: #A29797;
            padding-top: 10px;
        }


.article {
    width: 96%;
}

    .article h3 {
        height: 40px;
        line-height: 40px;
        font-weight: 800;
        text-align: center;
        font-size: 18px;
        color: #0e3692;
        text-indent: 20px;
    }

    .article .art_con {
        width: 95%;
        padding: 30px 0;
        font-size: 14px;
        overflow: hidden;
        line-height: 24px;
        text-align: justify;
        text-justify: inter-ideograph
    }

        .article .art_con p {
            padding: 8px 0;
        }

    .article h1 {
        width: 96%;
        padding: 5px 0;
        margin-top: 20px;
        text-align: center;
        font-size: 18px;
        line-height: 26px;
        color: #20a03d;
        font-weight: 600;
    }

    .article .hr {
        width: 940px;
        padding: 5px 0;
        border-bottom: #0e3692 1px solid;
        color: #666;
        text-align: center
    }

    .article .source {
        width: 98%;
        padding: 10px 0;
        border-bottom: #ccc 1px dotted;
        color: #666;
        text-align: center;
    }

@media( max-width: 1279px) {
    .container {
        width: 970px;
    }

    .nav-list li a {
        padding: 0 15px;
    }

    .row-border .col-xs-4 {
        padding: 0 30px;
    }

    .row-border {
        margin: 0 -30px;
    }

    .about-a {
        margin-top: 30px;
    }

    .about-p {
        line-height: 35px;
    }

    .team-list li a img {
        width: 150px;
        height: 150px;
    }

    .right-box {
        width: 690px;
    }
}

@media( max-width: 991px) {
    .container {
        width: 100%;
    }

    .logo {
        line-height: 50px;
    }

        .logo img {
            height: 30px;
        }

    .header {
        height: 50px;
    }

    .nav-list {
        border-top: solid 1px #ddd;
        z-index: 10000;
        position: absolute;
        display: none;
        left: 0;
        top: 100%;
        right: 0;
        box-shadow: 1px 2px 3px #ddd;
        background: #fff;
    }

        .nav-list li {
            float: none;
            margin: 0;
            width: 100%;
        }

            .nav-list li a {
                line-height: 40px;
                height: 40px;
                font-size: 14px;
                padding: 0 15px;
                text-align: left;
            }

                .nav-list li a:before {
                    display: none;
                }

    .menu-button {
        display: block;
    }

    .nav-down {
        display: none;
        position: static;
        margin: 0;
        background: none;
        width: 100%;
    }

        .nav-down li a {
            color: #333 !important;
            padding-left: 15px !important;
        }

    .nav-list li:hover .nav-down {
        display: none;
    }

    .nav-click {
        display: block;
        transition: 0.3s all;
        z-index: 10000;
        position: absolute;
        color: #333;
        right: 0;
        top: 0;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
    }

        .nav-click.active {
            transform: rotate(180deg);
        }

    .nav-list li:hover a {
        background: none;
        color: #333;
    }

    .banner-box {
        height: auto;
    }

    .slick {
        position: relative;
        margin: 0;
        left: 0;
        width: 100%;
        height: auto;
    }

        .slick img {
            width: 100%;
            height: auto;
        }

    .banner-box .slick-dots {
        bottom: 10px;
    }

    .banner-box .slick-prev {
        left: 10px;
    }

    .banner-box .slick-next {
        right: 10px;
    }

    .title {
        font-size: 24px;
        margin-top: 20px;
    }

    .tt-sm {
        font-size: 16px;
        margin: 5px 0 15px 0;
    }

    .row-border .col-xs-4 {
        border: none;
        padding: 0 5px;
        height: auto;
    }

    .row-border {
        margin: 0 -5px;
    }

    .yw-icon {
        height: auto;
        margin-bottom: 15px;
        margin-top: 20px;
    }

        .yw-icon img {
            height: 50px;
        }

    .yw-tt {
        font-size: 16px;
    }

    .yw-p {
        font-size: 13px;
        height: 36px;
    }

    .about-back {
        margin-top: 30px;
        padding: 30px 0;
    }

        .about-back .col-xs-6 {
            width: 100%;
        }

    .about-p {
        font-size: 14px;
        line-height: 25px;
        text-align: justify;
    }

    .about-a {
        margin: 25px auto;
        font-size: 16px;
        height: 40px;
        line-height: 40px;
    }

    .shop-list li {
        width: 50%;
        margin-bottom: 15px;
    }

    .shop-list-tt {
        font-size: 15px;
        line-height: 30px;
    }

    .team-list li {
        width: 50%;
    }

        .team-list li a img {
            width: 100px;
            height: 100px;
        }

        .team-list li a {
            padding: 15px 0;
            font-size: 16px;
        }

    .bottom .col-xs-3 {
        width: 100%;
        margin-bottom: 15px;
    }

    .bottom-list li {
        width: 25%;
    }

    .bottom-list-lg li {
        width: 100%;
    }

    .bottom .col-xs-3-l {
        width: 50%;
    }

    .ewm {
        float: none;
        margin-top: 25px;
    }

    .footer span {
        padding: 0;
        display: block;
    }

    .footer {
        margin-top: 5px;
    }

    .bottom {
        padding-top: 20px;
    }

    .list-banner {
        height: 180px;
        line-height: 180px;
        font-size: 36px;
        margin-bottom: 20px;
    }

    .list-left {
        width: 100%;
        margin-bottom: 20px;
    }

    .right-box {
        width: 100%;
    }

    .list-right-top {
        padding: 15px;
    }

    .list-right-bottom {
        padding: 15px;
    }

    .list-right-p {
        margin-bottom: 30px;
    }
}
